html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	background: #fff;
	font-family: "微软雅黑", 'Roboto-regular', "sans-serif";
	color: #333;
	line-height: 160%;
	font-size: 16px;
}

ul,
li,
dt,
dl,
dd {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	-webkit-transition: color 400ms, background-color 400ms;
	-moz-transition: color 400ms, background-color 400ms;
	-o-transition: color 400ms, background-color 400ms;
	transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #666;
}

img {
	max-width: 100%;
	height: auto;
}

/*************************
*******Header******
**************************/
.container {
	/* background: #fff; */

}

.dropdown-menu {
	background-color: #fff;
	
}

.margin15 {
	margin-top: 15px;
}

#header {
	width: 100%;
}

.top-box {
	background-color: #355e92;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 1.4rem;
}

.top-box a {
	color: #fff;
	margin: 0 10px;
}

.top-box span {
	float: right;
	color: #fff;
	font-size: 1.4rem;
}


.logo-left {
	float: left;
	margin: 15px 0;
	margin-right: 10px;
}

.logo-right h4 {
	color: #c10d0c;
	font-size: 3.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.logo-right p {
	color: #636363;
	font-size: 1.6rem;
}

.navbar-left {
	margin-top: 10px;
}

/* 搜索 */
.right-box {
	width: 30%;
	float: right;
	padding-top: 10px;
	padding-top: 40px;
}

.right-box-top a {
	color: #999;
	margin-left: 10px;
}

.right-box-top a:hover {
	color: #9d3535;
}

.sous {
	width: 100%;
	height: 36px;
}

.sous input[type=text] {
	width: calc(100% - 58px);
	float: left;
	height: 36px;
	border: none;
	padding: 0 15px 0 32px;
	box-sizing: border-box;
	line-height: 36px;
	font-size: 1.4rem;
	outline: none;
	background: url(../images/search-icon.png) no-repeat 0 #fff;
	border-radius: 5px 0 0 5px;
}

.sous input[type=button] {
	width: 58px;
	height: 36px;
	line-height: 36px;
	background-color: #515151;
	outline: none;
	border: none;
	color: #fff;
	font-size: 14px;
	border-radius: 0 5px 5px 0;
}

/* 搜索 */
.search {
	float: right !important;
	position: relative;
	height: 34px;
	margin-top: 15px;
	margin-left: 20px;
	z-index: 999;
}

.search i {
	background: url(../images/search-icon.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
	display: block;
}

.search .input {
	width: 100%;
	background-color: #f8f8f8;
	height: 38px;
	border-radius: 30px;
	overflow: hidden;
}

.search .input input[type=button] {
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	float: left;
	margin-top: 6px;
	margin-right: 10px;
}

.search .input input[type=text] {
	width: calc(100% - 34px);
	background-color: transparent;
	padding: 0 15px;
	box-sizing: border-box;
	border: none;
	outline: none;
	height: 38px;
	float: left;
}

.search .input .close {
	background-color: #007AFF;
	float: right;
	width: 10%;
	background: url(../images/close-icon.png) no-repeat center;
	background-size: 34px 34px;
	float: left;
	height: 70px;
	display: block;
	ransform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-moz-transform: rotate(0deg);
	/* Firefox */
	-webkit-transform: rotate(0deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(0deg);
	/* Opera */
}

.search .input .close:hover {

	transform: rotate(360deg);
	ms-transform: rotate(360deg);
	/* IE 9 */
	-moz-transform: rotate(360deg);
	/* Firefox */
	-webkit-transform: rotate(360deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(360deg);
	/* Opera */

}

.top-fixed {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	background-color: #fff;
}

.navbar.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	font-size: 16px;
}

.navbar.navbar-default .navbar-toggle {
	margin-top: 15px;
	background: #DA251D;
}

.navbar.navbar-default .navbar-brand {
	height: auto;
	padding: 10px 15px 5px;
	padding: 0 15px;

}

.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

.navbar-default .navbar-collapse {
	margin-top: 10px;
}

.navbar-nav {
	display: flex;
	width: 100%;
}

.navbar-nav>li {
	/* 	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative; */
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #DA251D;
	border-bottom: 2px solid #DA251D;
	background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #333;
	background: none;
}

.navbar-default .navbar-nav>.active {
	position: relative;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #333;
	text-align: center;
	padding: 10px 20px;
	background-color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
	color: #fff;
	background-color: #DA251D;
	
}


.dropdown-menu {
	/* min-width: 110px; */
	margin-right: 0;
	width: 100%;
	top: 122%;
	border: none;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #DA251D;
}

/* 首页焦点图 */
.banner-index {
	padding-right: 0;
	padding-left: 0;
}

.banner-index .swiper-slide p {
	position: absolute;
	bottom: -10px;
	background-color: rgba(0, 0, 0, 0.67);
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 0 15px;
}

.banner-index .swiper-slide p .text {
	color: #fff;
	width: 70%;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;

}

.banner-index .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-index .swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding: 0 15px;
}

.banner-index .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.banner-index .swiper-pagination-bullet-active {
	background-color: #e90b19;
}

/* 新闻动态 */
.biaoti {
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.biaoti b {
	font-weight: bold;
	color: #000;
	font-size: 24px;
	border-bottom: 2px solid #cc0001;
	display: block;
	float: left;
	padding: 16px 5px;
	display: block;
}

.biaoti a {
	color: #666;
	display: block;

}

.news-part1 {
	width: 100%;
	margin-bottom: 20px;
}

.news-part1 .news-part1-img,
.news-part1 .news-part1-infor {
	float: left;
}

.news-part1 .news-part1-img {
	width: 47%;
	margin-right: 3%;
}

.news-part1 .news-part1-infor {
	width: 50%;
}


.news-part1-infor h5 {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin: 0;
}

.news-part1-infor p,
{
color: #999;
}

.list-news ul li {
	/* border-bottom: 1px solid #f0f0f0; */
	line-height: 42px;
	margin-bottom: 5px;
	list-style: none;

}

.list-news ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.list-news ul li b {
	width: 72%;
	color: #333;
	font-weight: normal;
	position: relative;
	display: block;
	padding-left: 10px;
	/* 	height: 50px; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 3%;
}

.list-news ul li i {
	display: block;
	font-style: normal;
	color: #999;
	width: 10%;
	margin-right: 3%;
}

.list-news ul li .list-news-right {
	width: 28%;
	display: flex;
	justify-content: flex-end;
}

.list-news ul li .list-news-right span {
	color: #195DB9;
}

.list-news ul li .list-news-right i {
	width: 22px;
	height: 22px;
	color: #195DB9;
}

.list-news ul li b::after {
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	background-color: #b0b0b0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.list-news ul li span {
	color: #999;
}

.list-news ul li a:hover b {
	color: #DA251D;
}

.list-news ul li:last-child {
	border-bottom: none;
}

/* 学术报告 */
.xueshu-list {
	width: 100%;
}

.xueshu-list ul li {
	margin-bottom: 30px;
}

.xueshu-list ul li .xueshu-list-img {
	float: left;
	width: 89px;
	height: 108px;
	margin-right: 3%;
}

.xueshu-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.xueshu-list ul li .xueshu-list-infor {
	float: left;
	width: calc(97% - 89px);
}

.xueshu-list-infor h4 {
	font-size: 14px;
	color: #333;
	height: 48px;
	line-height: 24px;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xueshu-list-text {
	margin-top: 5px;
	color: #999;
}

.xueshu-list-text p {
	margin-bottom: 0;
}


.xueshu-list ul li a:hover h4 {
	color: #9d3535;
}

.part2 {
	margin-top: 25px;
}


/* 友情链接 */
.lianjie-img {
	width: 100%;
	margin-top: 30px;
}

.lianjie-img li {
	width: 22.75%;
	float: left;
	margin-right: 3%;
	position: relative;
}

.lianjie-img li:last-child {
	margin-right: 0;
}

.lianjie-img li span {
	position: absolute;
	bottom: 20px;
	background-color: rgba(178, 135, 48, 0.8);
	display: block;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 20px;
	height: 50px;
}




/* 底部 */
#footer {
	background: url(../images/footer-bg.png) no-repeat left center #195DB9;
	width: 100%;
	min-height: 158px;
	padding: 20px 0 20px;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.5);
}

.footer-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
}

.footer-infor .title {
	margin-top: 24px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 1);
}

.footer-infor a {
	color: rgba(255, 255, 255, 0.70);
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 15px;
}

.footer-bottom .container {
	display: flex;
	justify-content: space-between;

}

.banquan-right {
	text-align: right;
}

.banquan,
.banquan a {
	color: rgba(255, 255, 255, .7);
}

/* 新闻列表 */
.zy-container-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.zy-content-box {
	min-height: 500px;
}

.mianbao-nav {
	background: url(../images/home-icon.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	color: #999;
	line-height: 30px;
}

.mianbao-nav a {
	color: #999;
}

.mianbao-nav a:hover {
	color: #9d3535;
}

.zy-content-title {
	font-size: 30px;
	text-align: center;
	color: #333;
	margin: 30px 0;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	font-weight: 700;
}

.ziye-side {
	width: 260px;
	margin-right: 30px;
	float: left;
	box-sizing: border-box;
	background-color: ;
	padding-bottom: 50px;
	padding-bottom: 160px;
	background: url(../images/side-bg.png) no-repeat bottom #ECF5FF;
	min-height: 500px;
}

.zy-content {
	width: calc(100% - 290px);
	float: right;
}

.ziye-side {
	position: relative;
	margin-top: -115px;
	z-index: 999;

}

.ziye-side h4 {
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	/* border-bottom: 1px solid #dedede; */
	padding: 0 15px;
	box-sizing: border-box;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #0064AE;
	display: flex;
	align-items: center;
}

.ziye-side h4 i {
	display: block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.ziye-side ul {
	margin-top: 20px;
}

.ziye-side ul li {
	line-height: 60px;
	/* border-bottom: 1px solid #dedede; */
	box-sizing: border-box;
	padding: 0 30px;
	background: url(../images/arrow.png) no-repeat 94% 20px;
}

.ziye-side ul li a {
	color: #666;
	width: 100%;
	height: 100%;
	display: block;
}

.ziye-side ul li.current,
.ziye-side ul li:hover {
	color: #0E448C;
	background: url(../images/arrow.png) no-repeat 94% 20px #FFFFFF;
	border-left: 6px solid #0064AE;
}

.ziye-side ul li.current a,
.ziye-side ul li:hover a {
	color: #0E448C;
}

.ziye-side ul li ul.sanji li {
	background: none;
}
/* 分页 */
.fenye {
	display: block;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
	color: #666;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #145BBA;
	border: 1px solid #E5E5E5;
}

.pagination>li>a:hover {
	color: #145BBA;
}

/* 学术报告 */
.zy-xueshu-list.xueshu-list ul li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}

.zy-xueshu-list.xueshu-list ul li:last-child {
	border-bottom: none;
}

.zy-xueshu-list .xueshu-list-infor h4 {
	height: 24px;
}

/* 人才荣誉 */
.tuwen {
	width: 100%;
}

.tuwen ul li {
	width: 22.75%;
	float: left;
	margin-right: 3%;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #e5e5e5;
}

.tuwen ul li .tuwen-img {
	height: 236px;
	width: 100%;
	overflow: hidden;
}


.tuwen ul li:nth-child(4n) {
	margin-right: 0;
}

.tuwen ul li p {
	color: #666;
	margin-top: 5px;
}

.tuwen ul li p span {
	margin-left: 10px;
	color: #999;
}

/* tab */
.tab {
	margin-bottom: 20px;
}

.tab ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.tab ul li {
	border: 1px solid #e5e5e5;
	background-color: #f8f8f8;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;

}

.tab ul li.current {
	background-color: #b33c3c;
	color: #fff;
	border: 1px solid #b33c3c;
}

/* 详情 */
.xiangq-time {
	line-height: 30px;
	color: #999;
	text-align: center;
}

.xq-title {
	font-size: 24px;
	border-bottom: 1px solid #c5c5c5;
	margin: 30px 0 10px;
	padding: 0 15px;
	box-sizing: border-box;
	padding-bottom: 15px;
	line-height: 140%;
	text-align: center;
}

.xiangq-time span {
	margin: 0 10px;
}

.xq-cotent {
	margin-top: 30px;
}

.wenzhang-bottom {
	border-top: 1px solid #dddddd;
	margin-top: 30px;
	padding-top: 5px;
}

.wenzhang-bottom a {
	display: block;
	color: #999;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wenzhang-bottom a:hover {
	color: #b33c3c;
}

/* 报告详情 */
.baogao-top {
	padding: 15px;
	background-color: #fffaf1;
	margin-bottom: 20px;
}

.baogao-top p {
	margin-bottom: 0;
	line-height: 26px;
	color: #666;
}


/* 人才荣誉详情 */

.recai-part1 {
	width: 100%;
	background-color: #fffaf1;
	padding: 20px;
}

.rencai-part1-left {
	width: 222px;
	float: left;
	height: 276px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.rencai-part1-right {
	width: calc(97% - 222px);
	float: right;
}

.rencai-part1-right dl {
	display: flex;
	margin-bottom: 15px;
}

.rencai-part1-right dl dt {
	width: 15%;
	font-weight: normal;
}

.rencai-part1-right dl dd {
	width: 75%;
	color: #666;
}

.recai-part2 {
	margin-top: 20px;
}

.recai-part2 .rencai-tab {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 20px;
	cursor: pointer;
}

.recai-part2 .rencai-tab li {
	padding: 0 30px;

	padding-bottom: 15px;
	position: relative;
}

.recai-part2 .rencai-tab li.current {
	color: #b28730;
	font-weight: bold;
	border-bottom: 3px solid #b28730;
	font-size: 16px;
}

.recai-tab-box {
	min-height: 500px;
}

/* 人才详情列表 */
.rencai-list {
	width: 100%;
}

.rencai-list dl {
	background-color: #fffbf5;
	margin-bottom: 20px;
}

.rencai-list dl dt {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 15px;
	color: #b28730;
	box-sizing: border-box;
}

.rencai-list dl dd {
	float: left;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #e5e5e5;
}

.rencai-list dl dt,
.rencai-list dl dd {
	padding: 15px 15px;
	line-height: 30px;
}

.rencai-list dl dd a {
	width: 20%;
	line-height: 30px;
}

.rencai-list dl dd a:hover {
	color: #b33c3c;
}


/* 学科团队 */
.xktd {
	width: 100%;
}

.xktd a {
	/* width: 31.33%;
	float: left;	
	margin-right: 3%; */
	display: block;
	margin-bottom: 30px;
	background-color: #f2f2f2;
}

.xktd a:nth-child(3n) {
	margin-right: 0;
}

.xktd a .xktd-img {
	height: 172px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.xktd a .xktd-text {
	padding: 0 15px 15px;
	font-size: 12px;
}

.xktd a .xktd-text h4 {
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
}

.xktd a .xktd-text p {
	color: #666;
	margin-bottom: 0;
}

.xktd a:hover {
	color: #b33c3c;
}

/* 学科团队详情 */
.xueke-xq-part1-left img {
	width: 100%;
}

.xueke-xq-part1-right h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
}

.fuzeren {
	color: #666;
}

.zhedie {
	display: block;
	color: #9d3535;
}

.tuandui {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
}

.tuandui a {
	width: 16.66%;
	line-height: 30px;
}

.xueke-xq-part2 {
	margin-bottom: 10px;
}

.xueke-infor.list-news ul li b {
	width: 100%;
}

.sous-content {
	width: 100%;
}

.sous-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 36px;
}

.sous-title span {
	color: #f30;
}

.sous-news ul li {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;

	margin-bottom: 10px;
}

.sous-news ul li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	height: 40px;
	width: 60%;
	float: left;
	margin-right: 20%;
	line-height: 40px;
}

.sous-news ul li .time {
	width: 10%;
	float: right;
	text-align: right;
	color: #999;
}

.sous-news ul li .leibie {
	width: 10%;
	float: left;
	color: #999;
}

.sous-news ul li:last-child {
	border-bottom: none;
}

/* 新加 */
.toutiao {
	text-align: center;
	font-size: 3.6rem;
	line-height: 160%;
	padding: 16px 0;
	color: #0E448C;
	font-weight: bold;
	margin-bottom: 2.4rem;
}

.title-tab {
	display: flex;
	margin-bottom: 5px;
}

.title-tab li {
	width: 132px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 2.0rem;
}

.title-tab li.current {
	background: #DA241C;
	color: #fff;
	font-weight: 700;
}

/* 快速通道 */
.kstongdao ul li {
	background-color: #FAFAFA;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 1px;
}

.kstongdao ul li a {
	display: flex;
	align-items: center;
}

.kstongdao ul li a .kstongdao-right {
	display: flex;
	flex-direction: column;
	margin-left: 15px;
}

.kstongdao ul li a .kstongdao-right b {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.kstongdao ul li a .kstongdao-right span {
	color: #666;
	font-size: 14px;
}

/* 产品 */

.jscpSwiper-wrapper,
.dianmian-swiper {
	/* width: 94%; */
	margin: 0 auto;
}

.jscpSwiper-wrapper .swiper-button-next,
.jscpSwiper-wrapper .swiper-container-rtl .swiper-button-prev {
	background: url(../images/pro-right-arrow.png) no-repeat;
	width: 40px;
	height: 40px;
	right: -60px;
}

.jscpSwiper-wrapper .swiper-button-prev,
.jscpSwiper-wrapper .swiper-container-rtl .swiper-button-next {
	background: url(../images/pro-left-arrow.png) no-repeat;
	width: 40px;
	height: 40px;
	left: -60px;
}

.jscpSwiper .swiper-slide a {
	width: 100%;
	display: block;
}

.jscpSwiper .swiper-slide a .pro-img {
	width: 100%;
	height: 264px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jscpSwiper .swiper-slide a p {	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 20px;
	margin-bottom: 15px;
}

/* 友情链接 */
.yqlj-content {
	background: #f8f8f8;
	padding: 32px 0;

}

.lianjie-title {
	border-bottom: none;

}

.lianjie-text {
	display: inline-block;

}

.lianjie-text a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* 子页面banner */
.ziye-banner {
	width: 100%;
	position: relative;
}

.zy-banner-img {
	position: relative;
	z-index: 1;
}

/* 公司实力 */

.tuwen-list-box .tuwen-list {
	margin-bottom: 30px;
}

.tuwen-list-box .tuwen-list .tuwen-list-img {
	width: 100%;
	height: 270px;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tuwen-list-box .tuwen-list p {
	height: 46px;
	line-height: 46px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 0;
}

/* 人才招聘 */
.zhaopin-list {
	border: 1px solid #e5e5e5;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.zhiwei-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zhiwei-name-left {
	font-size: 18px;
	font-weight: bold;
}

.zhiwei-name-left span {
	color: #FF6501;
	margin-left: 10px;
	font-weight: normal;

}

.fabu-time {
	color: #999;
}

.daiyu {
	line-height: 220%;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-bottom: 10px;
}

.daiyu span {
	margin-right: 10px;
}

.gangweiyaoqiu {
	line-height: 160%;
}

/* 联系我们 */
.contact-list h4 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
}

.contact-list ul li {
	display: flex;
	align-items: center;
	margin: 20px 0;	
}
.contact-list ul li p{
	/* height: 42px;
	display: flex;
	align-items: center; */
	margin-bottom: 0;
}
.contact-list ul li i {
	margin-right: 20px;
	width: 42px;
	height: 42px;
}

/* 售后服务 */
.shouhou-content h4 {
	font-weight: 700;
}

.shouhou-content div {
	margin-bottom: 30px;
}

.padding-top30 {
	padding-top: 30px;
}

/* 公告 */
.notic-bg {
	background: #f4f3f2;
	height: 80px;

}

.notic-box {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.notic-img {
	width: 110px;
	height: 30px;
	margin-right: 15px;
	display: flex;
	align-items: center;
}

.notic-img span {
	font-size: 16px;
	font-weight: 700;
}

.notic-img img {
	width: 31px;
	height: 30px;
	margin-right: 10px;
}

.notic-content {
	width: calc(100% - 110px);
}

.notic-content .swiper-slide .notic-text {
	display: flex;
	justify-content: space-between;
	width: 90%;
	padding-top: 10px;
	
}
.notic-content .swiper-slide .notic-text p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.notic-content .swiper-slide .notic-text span {
	color: #999;
}

.swiper-pagination.notic-swiper-pagination {
	text-align: right;
}

.notic-content .swiper-pagination-bullet {
	background: #da241c;
}

.swiper-container-jiaodian {
	width: 100%;
	height: 428px;
}

.swiper-container-jiaodian img {
	width: 100%;
	height: 100%;
}
.swiper-button-next, .swiper-button-prev{
	background-size:14px 22px;
	
}


.jscpSwiper .swiper-button-next, .jscpSwiper .swiper-container-rtl .swiper-button-prev{
	background: url(../images/pro-right-arrow.png) no-repeat;
	width: 40px;
	height: 40px;
	top: 45%;
}
.jscpSwiper .swiper-button-prev, .jscpSwiper .swiper-container-rtl .swiper-button-next{
	background: url(../images/pro-left-arrow.png) no-repeat;
	width: 40px;
	height: 40px;
	top: 45%;
}
/***********************
********* 响应式 ******
************************/

@media (max-width: 768px) {
	.zhiwei-name{
		flex-direction: column;
		align-items: flex-start;
	}
	.fabu-time{
		margin-top: 15px;
	}
	.xq-title, .xq-cotent{
		margin-top: 15px;
	}
	.zy-content-title{
		margin: 15px 0;
		font-size: 24px;
		padding-bottom: 15px;
	}
	.kstongdao-left{
		width: 46px;
	}
	.kstongdao-right{
		 width: calc( 100% - 61px);
	}
	.kstongdao ul li a .kstongdao-right b{
		font-size: 16px;
	}
	.yqlj-content{
		padding: 15px 0;
	}
	.news-part1{
		margin-bottom: 10px;
	}
	.part2{
		margin-top: 10px;
	}
	.title-tab li{
		font-size: 1.8rem;
	}
	
	.biaoti b{
		font-size: 18px;
	}
	.search{
		display: none;
	}
	.notic-box, .notic-bg{
	height: 46px;
		
	}
	.swiper-container-jiaodian{
		height: 225px;
	}
	
	.notic-content .swiper-slide .notic-text span{
		display: none;
	}
	
	body {
		font-size: 14px;
	}

	.banquan-right {
		text-align: left;
	}

	.footer-infor {
		display: none;
	}

	.toutiao {
		font-size: 2.4rem;
		margin-bottom: 0;
	}

	.search {
		float: none !important;
		width: 96%;
		margin-left: 0;
		margin-top: 0;
	}

	.logo-left {
		float: none;
		margin: 0;
		margin-right: 0;
	}

	.shipin {
		margin-bottom: 15px;
	}

	/* 搜索 */
	.sous-news ul li {
		line-height: 26px;
	}

	.sous-news ul li a {
		width: 70%;
		margin-right: 0;
		line-height: 26px;
		height: 26px;
	}

	.sous-news ul li .time {
		width: calc(30% - 10px);
		margin-left: 10px;
	}

	.sous-news ul li .leibie {
		width: 15%;
		margin-left: 10px;
	}



	.xktd a .xktd-text {
		padding-left: 10px;
		padding-right: 10px;
	}

	.zy-container-box {
		margin-top: 10px;
	}

	.tuandui a {
		width: 50%;
	}

	.xueke-xq-part1-right {
		margin-top: 15px;
	}

	/* tab */
	.tab ul {
		justify-content: flex-start;
	}

	.tab ul li {
		width: 33.3%;
		padding: 0;
	}

	/*人才详情3  */
	.rencai-list dl dd a {
		width: 33.3%;
	}


	.xktd a:nth-child(2n) {
		margin-right: 0;
	}

	.xktd a:nth-child(3n) {
		margin-right: initial;
	}

	.xktd a .xktd-img {
		height: 129px;
	}

	/* 人才详情 */
	.recai-part2 .rencai-tab li {
		padding-left: 10px;
		padding-right: 10px;
	}

	.rencai-part1-right {
		width: 100%;
		float: none;
		margin-top: 20px;
		height: ;
	}

	.rencai-part1-left {
		width: 100%;
		float: none;
	}

	.rencai-part1-right dl dt {
		width: 25%;
	}


	/* 人才荣誉 */
	.tuwen ul li {
		width: 48.5%;
	}
	.tuwen ul li:nth-child(2n) {
		margin-right: 0;
	}
	/* 子页面左侧 */
	.ziye-side {
		display: none;
	}

	.zy-content {
		width: 100%;
		float: none;
	}

	/* banner*/
	.banner-index .swiper-slide p {
		left: 0;
		width: 100%;
		font-size: 16px;
		margin-left: 0;
	}

	.banner-index .swiper-container-horizontal>.swiper-pagination-bullets,
	.banner-index .swiper-pagination-custom,
	.banner-index .swiper-pagination-fraction {
		width: 100%;
		left: auto;
		right: 0;
		margin-right: 0;
	}

	.navbar-left {
		margin-top: 0;
	}

	.navbar-default .navbar-toggle .icon-bar {

		background-color: #fff;
	}

	/* 搜索 */
	.right-box {
		width: 100%;
		margin-bottom: 10px;
		float: none;
		padding-top: 0;
	}
	.right-box-top {
		display: none;
	}

	/* 首页新闻 */
	.news-part1 .news-part1-img,
	.news-part1 .news-part1-infor {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.news-part1 .news-part1-infor {
		margin-top: 15px;
	}

	.list-news ul li,
	.list-news ul li b {
		line-height: 30px;
	}

	.list-news ul li b {
		/* width: 100%; */
		float: none;
		height: 30px;
	}

	.list-news ul li i,
	.list-news ul li span {
		float: left;
		width: auto;
	}

	.list-news ul li span {
		/* margin-left: 6%; */
	}

	.list-news ul li i {
		margin-left: 3%;
	}
	.list-news ul li {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.footer-top,
	.footer-bottom .container {
		flex-direction: column;
	}

	.lianjie {
		width: 100%;
	}


	/* 友情连接 */
	.lianjie-img li {
		width: 48.5%;
		box-sizing: border-box;
		margin-bottom: 15px;
	}

	.lianjie-img li:nth-child(2n) {
		margin-right: 0;
	}

	/* logo */
	.navbar.navbar-default .navbar-brand {
		width: 81%;
		margin-top: 0.8rem;
	}


	/* 底部 */
	.footer-left,
	.footer-right {
		width: 100%;
		float: none;
	}

	.footer-right {
		text-align: left;
		margin-top: 15px;
	}

	.lianjie span,
	.lianjie select {
		/* float: left; */
		/* margin-left: 0; */
	}

	.footer-bottom {
		padding-top: 0;
	}

	.lianjie {
		justify-content: flex-start;
	}

	.lianjie span {
		display: none;
	}

	.footer-infor {
		margin-top: 15px;
	}

	.lianjie select {
		width: 50%;
	}

	/* 菜单 */
	.navbar-nav>li {
		display: block;
	}

	.navbar-nav {
		display: block;
		margin: 0;
	}

	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-right .container {
		padding: 0;
	}

	.part-margin {
		margin-top: 20px;
	}


	.navbar-default .navbar-collapse {
		margin-top: 0;
	}

	.navbar-collapse {
		z-index: 9;
	}

	.navbar-nav {
		float: none;
	}

	.nav>li {
		text-align: center;
	}

	.navbar-brand img {
		width: 80%;
	}


	.shipin-box,
	.footer-bottom span {
		display: none;
	}

	.footer-bottom p {
		text-align: center;
	}

	/* 公共样式 */
	.padding-top {
		padding: 35px 0 0;
	}

	.padding-bottom {
		padding-bottom: 35px;
	}

/* 	.homepage {
		padding-bottom: 0;
	} */

	.section-header .section-title {
		font-size: 20px;
	}


}

@media (min-width: 1200px) {
	.container {
		width: 1400px;

	}
}